Re: how to send scheduled email from PostgreSQL - Mailing list pgsql-novice

From Daniel Staal
Subject Re: how to send scheduled email from PostgreSQL
Date
Msg-id 1909750.1069005017@[192.168.1.50]
Whole thread Raw
In response to how to send scheduled email from PostgreSQL  (hodges@xprt.net)
List pgsql-novice
--As off Sunday, November 16, 2003 11:25 AM -0800, hodges@xprt.net is
alleged to have said:

> I am interested in having a PostgreSQL query run and some email
> sent on an automatic basis.  Doesnt seem like trigger does this
> sort of thing and I didnt see any reference to sending email
> in a couple PostgreSQL books.
>
> My host system is Redhad 8, Apache, Postfix, PHP and Perl.
> I could add another scripting language if needed.  Shell
> is bash.

--As for the rest, it is mine.

I'd write a Perl script that runs the query and sends the email, then
set a cron job to run the script.  Should be fairly simple, look at
CPAN for MAIL:: modules that you can use to help with sending the
email.

Daniel T. Staal

---------------------------------------------------------------
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---------------------------------------------------------------

pgsql-novice by date:

Previous
From: Alain Hermosilla Ringger
Date:
Subject: problem with COPY command
Next
From: Sergey Belikov
Date:
Subject: Threads in PSQL